home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Interapplication Communication / AE Interaction Sample / ReceiverPPC.r < prev    next >
Encoding:
Text File  |  1995-02-08  |  240 b   |  19 lines  |  [TEXT/MPS ]

  1. #include "CodeFragmentTypes.r"
  2.  
  3. resource 'cfrg' (0, sysheap, locked) {
  4.    {
  5.       kPowerPC,
  6.       kFullLib,
  7.       kNoVersionNum,
  8.       kNoVersionNum,
  9.       0,
  10.       0,
  11.       kIsApp,
  12.       kOnDiskFlat,
  13.       kZeroOffset,
  14.       kWholeFork,
  15.       "ReceiverPPC"
  16.    }
  17. };
  18.  
  19.